Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

add a null page view when all windows lose focus #3630

Merged
merged 2 commits into from
Sep 4, 2016
Merged

Conversation

bridiver
Copy link
Collaborator

@bridiver bridiver commented Sep 1, 2016

@bridiver bridiver force-pushed the window-blur branch 4 times, most recently from f5aced5 to b11e3d8 Compare September 1, 2016 03:11
@bbondy
Copy link
Member

bbondy commented Sep 1, 2016

Could you link up the issue? Thanks.

@bbondy bbondy added this to the 0.11.7dev milestone Sep 1, 2016
break
case AppConstants.APP_IDLE_STATE_CHANGED:
if (action.idleState !== 'active') {
addPageView(null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does a null page view behave?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it just logs the timestamp when the browser became inactive. We use the same thing for closing all windows

add a null page view when idle
fixes #3650
@bridiver
Copy link
Collaborator Author

bridiver commented Sep 1, 2016

need to fix the commit, it should say fixes #3650

@bbondy
Copy link
Member

bbondy commented Sep 3, 2016

Moving to 0.12.1 for now, please merge when reviewed @mrose17 it could make it in a respin still.

@bbondy bbondy modified the milestones: 0.12.1dev, 0.12.0dev Sep 3, 2016
@mrose17
Copy link
Member

mrose17 commented Sep 4, 2016

@bbondy - i have reviewed this PR and it works well on my system.

@bridiver - we may need to iterate a bit in the future, specifically to deal with mouse enter events and scrolling events; however, i'd like us to drive this version for a while before digging into it again.

many thanks for the fast updates!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants